if (do_name() != 'Home') : ?>
Reference | lineheight()
endif ?> Syntax
lineheight(height=None)
Description Sets the line spacing of text in a block. Text in a block wraps across multiple lines when the width parameter of the text() command is specified. The default lineheight is 1.2 (120 percent of font size).
Returns the current lineheight
Example
include("util/comment.php"); ?>
GCD
fill(0.2) fontsize(16) lineheight(0.4) quip = "If it ain't fun make it fun" text(quip, 10, 55, width=80)